home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 111 / CD Gamer Issue 111 (July 2002) (Disc 1).ISO / net.dxr / 00022_game 6.ls < prev    next >
Encoding:
Text File  |  2002-05-22  |  129 b   |  13 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   go("6")
  11.   sound(1).play(member("slide"))
  12. end
  13.